libxl: fix xcflags assignment in libxl__domain_suspend
authorOlaf Hering <olaf@aepfle.de>
Tue, 5 Feb 2013 11:31:11 +0000 (11:31 +0000)
committerOlaf Hering <olaf@aepfle.de>
Tue, 5 Feb 2013 11:31:11 +0000 (11:31 +0000)
commitaa6f208aecf5bf286e8c35dc91a7d06c3af2e09c
treea0e947a69e7edf77db59d1b987100afda603d77c
parenta2a9b63b48a0f3440929cad1d60c691900430c3d
libxl: fix xcflags assignment in libxl__domain_suspend

Currently ->xcflags remains 1 because the braces are placed incorrectly.
Put each logical unit into its own braces to fix assigment to xcflags.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_dom.c